Skip to content

[codex] Add Windows dev setup and path fixes#90

Draft
IOHelpMe wants to merge 2 commits into
highcard-dev:masterfrom
IOHelpMe:codex/windows-dev-setup
Draft

[codex] Add Windows dev setup and path fixes#90
IOHelpMe wants to merge 2 commits into
highcard-dev:masterfrom
IOHelpMe:codex/windows-dev-setup

Conversation

@IOHelpMe

@IOHelpMe IOHelpMe commented Jun 16, 2026

Copy link
Copy Markdown

Summary

  • Add Windows build and K3D helper scripts for local daemon development.
  • Fix Windows/K3D daemon startup so worker pods can reach the host management and callback APIs through host.docker.internal.
  • Harden scroll mount validation on Windows by accepting POSIX container mount paths and rejecting escaping sub_path values.
  • Update README Windows setup notes for the daemon listener and callback defaults.

Verification

  • ..\monorepo\.tools\go-1.24.7\bin\go.exe test -timeout 900s ./...
  • powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\build-windows.ps1
  • powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\k3d-build-pull-image.ps1
  • Local daemon smoke: management and public health returned {"mode":"ok","start_date":null}; a K3D pod reached http://host.docker.internal:8083/internal/v1/workers/smoke/complete and received HTTP/1.1 405 Method Not Allowed with Allow: POST, proving callback reachability from K3D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants